We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e43e3 commit 640ebb3Copy full SHA for 640ebb3
bin/alleamd
bin/fixamd
package.json
@@ -1,13 +1,9 @@
1
{
2
"name": "charto-loader",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "Loader tools for Charto style projects",
5
"main": "index.js",
6
"typings": "index.d.ts",
7
- "bin": {
8
- "alleamd": "bin/alleamd",
9
- "fixamd": "bin/fixamd"
10
- },
11
"scripts": {
12
"prepublish": "node lib/build.js"
13
},
@@ -28,7 +24,7 @@
28
24
"systemjs"
29
25
],
30
26
"devDependencies": {
31
- "cresolve": "^1.0.1",
27
+ "cresolve": "^1.0.2",
32
"uglify-js": "^3.4.7"
33
}
34
0 commit comments