Skip to content

Commit

Permalink
update common configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
moajo committed Dec 16, 2017
1 parent a0a788a commit b5e09c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ docs
test-lib
test-lib-es5
src/metaInfo.ts
package-lock.json
2 changes: 1 addition & 1 deletion common
Submodule common updated 3 files
+1 −0 .gitignore
+4 −4 debug.js
+10 −10 doc-timestamp.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grimoirejs",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "A service-oriented WebGL framework.",
"main": "./ref/index.js",
"typings": "./ref/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"babel-register": "^6.26.0",
"condition-circle": "^1.5.0",
"cpx": "^1.5.0",
"grimoirejs-cauldron": "^3.1.8",
"grimoirejs-cauldron": "beta",
"jsdom": "^11.3.0",
"lodash": "^4.17.2",
"nyc": "^11.3.0",
Expand Down Expand Up @@ -91,4 +91,4 @@
"**/src/**/*"
]
}
}
}

0 comments on commit b5e09c9

Please sign in to comment.